home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-22 | 363 b | 19 lines | [TEXT/PJMM] |
- program Jump (input, output);
-
- { Program to jump to next NetMail application }
-
- { Next two lines handle Debug and Names options in compiler }
-
- {$D-}
- {$N-}
-
- uses
- Globals, HelloTabby;
-
- { ------------------------------------------------------ }
-
- begin
- HelloTabby; { find out what's next on the launchpad }
- if NextLaunch <> '' then
- LaunchNextAppl
- end.